Technical Q&As

QD3D 94: RAVE Multiple GDevice support (20-April-98)



Q I'm writing a RAVE engine that may work with multiple hardware cards across different GDevices. If someone allocates a texture for my engine, which card should I put the texture on?

A If your engine always loads textures into VRAM, you should copy the texture to all hardware that utilizes that engine. If the texture is locked, you should do the same thing.

If your engine dynamically loads the textures as they are needed, you should load the textures onto a piece of hardware when a polygon is submitted to a context located on that hardware.




-- Timothy Carroll
Worldwide Developer Technical Support

Technical Q&As
Previous Question | Contents


To contact us, please use the Contact Us page.